home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / 121_01.zip / PLOT.DOC < prev    next >
Text File  |  1993-06-01  |  2KB  |  68 lines

  1.  
  2.      PLOT (1)                  BDS C Users' Group                  PLOT (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           plot - a package to use the dot-matrix abilities of the 
  8.           Epson MX-80 line of printers 
  9.  
  10.      SYNOPSIS        SYNOPSIS 
  11.           plot                                        plot [<infile>|-] [<outfile>|-] 
  12.  
  13.      DESCRIPTION        DESCRIPTION 
  14.           ____                                                                  Plot consists of a simple (demonstration) main() function 
  15.           which drives some of the functions of the general-purpose 
  16.           plotting package that is also contained within this file.  
  17.           Main() reads in triplets of numbers from the file argv[1] 
  18.           (or STDIN if argv[1] is `-' or missing) and plots them on 
  19.           the file argv[2] (or STDLST if argv[2] is `-' or missing).  
  20.           Each number triplet consists of x-coordinate, y-coordinate, 
  21.           and a pen indicator (0=up,1=down).  The pen indicator may 
  22.           also have the special values 2 (print the text string which 
  23.           follows) and 9 (end the current plot and start a new one).  
  24.           If there is no pen indicator, it is assumed to be down, 
  25.           except for the first line of input.  A blank line terminates 
  26.           input.  
  27.           The file or STDLST is in a format for an Epson MX-80 with 
  28.           Graftrax to plot these points via the graphics modes.  
  29.  
  30.      CAVEATS        CAVEATS 
  31.           This program has not been tested by the librarian, due to 
  32.           lack of the appropriate hardware.  No bug reports have been 
  33.           received.  
  34.  
  35.      EXAMPLES        EXAMPLES 
  36.           plot plot.dat     plots the data in plot.dat on the system printer
  37.  
  38.      FILES        FILES 
  39.           plot.dat,plot.h 
  40.  
  41.      NOTES        NOTES 
  42.           Requires local.h and plot.h for compile.  
  43.           Requires local.c for link.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67. e pen indicator may 
  68.